.p2p5-faq {
    margin: 0 0 3em;
    position: relative;
    border-bottom: 1px solid #ea614b;
}

.p2p5-faq>a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none !important;
    width: 30px;
    height: 30px;
    background-color: #ea614b;
    color: #fff;
    vertical-align: middle;
    line-height: 30px;
}

.p2p5-faq>a:visited {
    color: #fff;
}

.p2p5-faq>a::after {
    content: "\f347";
    display: block;
    font-family: dashicons;
    font-size: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #fff;
}

.p2p5-faq>a.opened::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-text {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.faq-text-container {
    overflow: hidden;
}


/* Added by the best front dev the world never seen... */

.p2p5-faq {
    margin-top: 40px;
}